/* *************************UNIVERSIAL****************************** */
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
  font-family: TwilloBold;
  src: url(../fonts/whitneysemibold.otf);
}
@font-face {
  font-family: TwilloNormal;
  src: url(../fonts/whitneymedium.otf);
}
.font-inter {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.font-oswald{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0%;
  margin: 0%;
}

.container {
  max-width: 1140px;
}

a {
  text-decoration: none;
  color: #575757;
}

@font-face {
  font-family: "Lato";
  src: url("SVG\Fonts\Lato2OFL");
}

@font-face {
  font-family: "Sans";
  src: url("SVG\Fonts\Sans");
}

@font-face {
  font-family: "yanone";
  src: url("assets\fonts\yanone.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("SVG\Fonts\Poppins");
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("SVG\Fonts\montserrat");
  font-style: normal;
}

@font-face {
  font-family: "Source-sans-pro";
  src: url("assets\fonts\Source-sans-pro");
}

@font-face {
  font-family: "google sans";
  src: url("assets\fonts\google sans,ttf");
}

/* ***********************NAVBAR**************************** */

.mainIndexHeading {
  font-family: "Oswald", sans-serif;
  font-size: 100px;
  font-size: 700;
  line-height: 110px;
  color: rgb(255, 255, 255);
}

.mainIndexTxt {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-size: 700;
  line-height: 44.8px;
  color: rgb(255, 255, 255);
}

.indexCustomBtn {
  border: 2px solid #f54f29;
  border-radius: 9px;
  background-color: #f54f29;
  color: white;
  font-size: 35px;
  font-weight: 700;
}

.indexCustomlink:hover {
  color: #f54f29 !important;
}

.indexCustomBtn:hover {
  border-radius: 9px;
  border: 2px solid #f54f29;
  background-color: black;
  color: #f54f29;
}

.main_logo {
  padding: 18px 5px 18px 5px !important;
  width: 250px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main_logo1 {
  padding: 5px 0 0 30px !important;
  width: 200px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cursor-pointer {
  cursor: pointer !important;
}
#scroll {
  text-align: center !important;
}
#scroll form a {
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  padding: 0px 10px;
  font-family: "Oswald", sans-serif;
  color: #000000;
  font-weight: 400;
}

#products {
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  padding: 0px 11px;
  font-family: "Oswald", sans-serif;
  color: #000000;
  font-weight: 400;
}

#scroll form li {
  list-style: none;
}

.btm_brdr {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.btm_brdr1 {
  line-height: 50px;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.btm_brdr:focus,
.btm_brdr:hover {
  color: #b7462a !important;
}

.btm_brdr1:hover,
.btm_brdr1:focus {
  background-color: #b7462a !important;
  color: white !important;
}

.custom_dropdown a {
  display: block;
  font-weight: 700;
  transition: 0.4s all;
}

.custom_dropdown {
  position: relative;
}

.custom_dropdown:hover .dropdown {
  margin-top: 10px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.custom_dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 150px;
  background-color: #fff;
  box-shadow: 0px 5px 8px 0px rgba(116, 115, 115, 0.3);
  z-index: 111;
  transition: 0.4s all;
}

.custom_dropdown .dropdown a {
  font-weight: 400;
}

/* ****************************HOME SECTION***************************** */
.img_of_web {
  padding-top: 2.5rem !important;
}
.logo_font1 {
  color: rgb(83, 82, 82) !important;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 800;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.logo_font2 {
  color: rgb(83, 82, 82) !important;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.logo_M {
  color: #b7462a;
}

.logo_B {
  color: #2a5699;
}
.blcg-backgroud {
  background-color: #000000 !important;
}

.logos_img {
  text-align: right;
}

.custom-menu-width {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.homeHeading {
  font-family: "Antonio", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: #000000;
}

.homeHeading2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: rgb(87, 87, 87);
}

.custom-control:focus {
  outline: 0.5px solid #2a5699;
}

.servicefont {
  line-height: 28px;
}

.services {
  padding-top: 10px;
  text-align: center;
}

.card_titles {
  padding-top: 40px;
}

.custom_shadow {
  box-shadow: 4.5px 4.5px 3.6px rgba(0, 0, 0, 0),
    100px 100px 80px rgba(0, 0, 0, 0);
  transition-property: box-shadow;
  transition-duration: 0.9s;
  transition-delay: 0.05s;
}

.index_fist_img {
  width: 65%;
}

.custom_shadow:hover {
  cursor: pointer;
  box-shadow: 1px 0.9px 5.3px rgba(0, 0, 0, 0.025),
    3.4px 3.1px 17.9px rgba(0, 0, 0, 0.052), 15px 14px 80px rgba(0, 0, 0, 0.22);
}

.custom_unique_font {
  font-family: "Anton", sans-serif;
}

/* **************************CONTACT SECTION**************************** */
.cntct_section {
  background-color: #f5f5f5;
  margin-top: 5%;
  padding: 15% 5% 15% 5%;
}

.cntct_heading_1 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 18px;
  color: rgb(35, 35, 35);
}

.cntct_heading_2 {
  padding: 2% 0 2% 0;
  font-family: "Oswald", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 42px;
  color: rgb(74, 74, 74);
}

.cntct_txt_1 {
  font-family: "Antonio", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27.2px;
  color: rgb(94, 94, 94);
}

.cntct_heading_3 {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  font-size: 700;
  line-height: 100px;
}

.cntct_form {
  box-shadow: 0.2px 0.2px 2.2px rgba(0, 0, 0, 0.009),
    0.6px 0.4px 5.3px rgba(0, 0, 0, 0.014),
    1.1px 0.8px 10px rgba(0, 0, 0, 0.019), 2px 1.3px 17.9px rgba(0, 0, 0, 0.025),
    3.8px 2.5px 33.4px rgba(0, 0, 0, 0.034), 9px 6px 80px rgba(0, 0, 0, 0.06);
}

form .form-control:focus {
  border: 0.5px solid black;
  box-shadow: none;
}

.cntct_msg {
  margin-top: -25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.form_items {
  border-radius: 0%;
}

.cntct_msg {
  background-color: #2a5699;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: rgb(255, 255, 255);
  border-radius: 5px;
}

.cntct_msg:hover {
  background-color: #21252f;
}

.cntct_l_section {
  background-color: #2a5699;
}

.cntct_l_heading {
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  color: rgb(255, 255, 255);
}

.mapouter {
  margin-top: 40px;
  position: relative;
  text-align: right;
  width: 100%;
  height: 670px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 670px;
}

.gmap_iframe {
  width: 500px !important;
  height: 470px !important;
}

/* ****************************Features***************************** */
.featuresHead {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
}

.featurestxt {
  font-family: "Roboto", sans-serif;
  font-size: 15px;

  color: #000000;
}

/* ************************ Tags ***************************** */

.btn-p-secondary {
  color: #1677ff !important;
  background-color: #e6f4ff !important;
  border: 0 !important;
  font-weight: 500;
}
.my-space {
  display: flex;
  align-items: center;
}
.my-space > * {
  margin-right: 10px !important;
}

.btn-p-secondary {
  color: #1677ff !important;
  background-color: #e6f4ff !important;
  border: 0 !important;
}

.btn-s-secondary {
  color: #52c41a !important;
  background: #f6ffed !important;
  border: 0 !important;
}
.btn-d-secondary {
  color: #ff4d4f !important;
  background: #fff2f0 !important;
  border: 0 !important;
}
.btn-w-secondary {
  color: #faad14 !important;
  background: #fffbe6 !important;
  border: 0 !important;
}
.btn-m-secondary {
  color: #c41d7f !important;
  background: #fff0f6 !important;
  border: 0 !important;
}
.btn-r-secondary {
  color: #cf1322 !important;
  background: #fff1f0 !important;
  border: 0 !important;
}
.btn-v-secondary {
  color: #d4380d !important;
  background: #fff2e8 !important;
  border: 0 !important;
}
.btn-o-secondary {
  color: #d46b08 !important;
  background: #fff7e6 !important;
  border: 0 !important;
}
.btn-g-secondary {
  color: #d48806 !important;
  background: #fffbe6 !important;
  border: 0 !important;
}
.btn-l-secondary {
  color: #7cb305 !important;
  background: #fcffe6 !important;
  border: 0 !important;
}
.btn-g-secondary {
  color: #389e0d !important;
  background: #f6ffed !important;
  border: 0 !important;
}
.btn-c-secondary {
  color: #08979c !important;
  background: #e6fffb !important;
  border: 0 !important;
}
.btn-b-secondary {
  color: #0958d9 !important;
  background: #e6f4ff !important;
  border: 0 !important;
}
.btn-db-secondary {
  color: #1d39c4 !important;
  background: #f0f5ff !important;
  border: 0 !important;
}
.btn-p-secondary {
  color: #531dab !important;
  background: #f9f0ff !important;
  border: 0 !important;
}
.btn-p-outline {
  box-shadow: 0 0 0 1px #0958d9 inset;
  color: #0958d9 !important;
  padding: 5px 12px 5px 12px !important;
}
.btn-gr-secondary {
  color: #000 !important;
  background: lightgray !important;
  font-weight: 500;
  border: 0 !important;
}

/* *****************************Services**************************** */
.card_of_img {
  width: min-content;
  text-align: center;
}
.p-card-shadow {
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
  transition: all ease-in 0.3s;
  /* border: 1px solid rgb(23, 23, 23); */
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-word;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-card-shadow:hover {
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.9);
}
.dashed-divider {
  border-top: 2px dashed gray;
  background-color: none;
  width: 100%;
  opacity: none;
}
.p-after-sec {
  position: relative;
  display: flex;
}
.card-heading {
  font-family: "TwilloBold", sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
}

/* .p-after-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 10%);
  width: 20%;
  height: 5px;
  border-radius: 2px !important;
  margin-left: auto;
  background-color: #2a5699 !important;
} */
.p-heading {
  display: flex;
  align-items: center !important;
  height: 40px;
}
.text-caption {
  font-size: 9px;
}
.tech-text {
  font-size: 13px;
  font-weight: 500;
  color: #010101;
}

.p-heading::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #b9492b;
  border-radius: 3px;
}
.simple_card {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: left !important;
}

.services_head01 {
  font-family: "Antonio", sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #000000;
}

.company_txt_clr {
  color: #2a5699;
}

.read_more {
  color: #000000;
}

.read_more:hover {
  border-bottom: 1px solid black;
  color: #000000;
}

.services_nice_font {
  font-family: "yae";
  font-size: 22px;
}

.services_heading {
  font-family: "Source-sans-pro", sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 60px;
  color: rgb(0, 0, 0);
}

.cards_head {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 900;
  font-size: 32px;
}

.service_heading {
  font-family: "montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: rgb(0, 0, 0);
}

.service_txt {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(51, 51, 51);
}

.developmnt_clr {
  background-color: #f4f6fd;
}

/* ******************************FOOTER***************************** */
.footer_logo {
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 46px;
}

.footer_logo:hover {
  color: white;
}

.mobivone {
  font-weight: 400;
  font-size: 22px;
}

.rights {
  font-family: "Roboto", sans-serif;
  font-size: 12px !important;
}

.footer_custom {
  background-color: #000000;
  padding: 120px 0 60px 0;
  margin-bottom: 0% !important;
}

.last_list {
  list-style: none;
  display: flex;
  text-align: center;
}

.l_item a {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 18px;
  color: rgb(255, 255, 255);
  transition: 0.4s all;
}

.l_item a:hover {
  color: #c2c2c2;

  font-size: 12px;
}

.footer_li {
  font-size: 30px;
  color: gray;
  cursor: pointer;
}

.footer_li_1,
.footer_li_2,
.footer_li_3 {
  padding: 0 30px 0 0px;
}

.footer_li_1:hover {
  /* color: #016FAC; */
  color: white;
  border-radius: 3px;
  transform: scale(1.199);
  transition: all 0.5s;
}

.footer_li_2:hover {
  /* color: #2BA2D9; */
  color: white;
  border-radius: 3px;
  transform: scale(1.199);
  transition: all 0.5s;
}

.footer_li_3:hover {
  /* color: #38589B; */
  color: white;
  border-radius: 3px;
  transform: scale(1.199);
  transition: all 0.5s;
}

.privacy {
  color: #f54f29;
}

.privacy:hover {
  cursor: pointer;
  color: #ff772f;
  transform: scale(1.199);
}

.footer_green {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 40px;
}

.cpy_txt {
  font-size: 11px;
}

/* Pojects */

.courses-section-title {
  font-family: "Sora", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.course-title {
  font-size: 20px;
  font-family: "Sora", sans-serif;
  font-weight: bold;
}
.courses-section {
  background-color: #fafafa;
}
.courses-section .btn {
  border-radius: 3px !important;
  font-size: 13px !important;
}
.btn-primary {
  background-color: #0059a5 !important;
  color: #fff !important;
  outline: none !important;
  border: none !important;
}
.bg-icon {
  color: #fff;
  background-color: #0059a5 !important;
  border-radius: 50%;
  padding: 18px;
}
.card {
  color: #242424;
}
.card-footer {
  background-color: #e8e7e729 !important;
}

.custom-heading {
  font-family: "Sora", sans-serif;
  font-weight: bold;
}
.caption {
  font-size: 13px !important;
}

.upper-line1 {
  height: 5px;
  background-color: #004fa5;
}
.upper-line2 {
  height: 5px;
  background-color: #db0000;
}
.upper-line3 {
  height: 5px;
  background-color: #00823f;
}
.upper-line4 {
  height: 5px;
  background-color: #f76d00;
}
/* .custom-footer{
  position: fixed;
  bottom: 0;
} */
.card-col {
  height: 400px;
}

/* .custom-card:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 3px 0px;
} */
.course-desc {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-size: 14px;
  text-align: justify;
  margin-left: 12px;
  color: #21293f;
}

.courses-section-title {
  font-family: "Sora", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.course-title {
  font-size: 20px;
  font-family: "Sora", sans-serif;
  font-weight: bold;
}
.courses-section {
  background-color: #fafafa;
}
.bg-body {
  background-color: #fff !important;
}
.project-section .btn {
  border-radius: 3px !important;
  font-size: 13px !important;
}
.card-section {
  display: grid;
  grid-template-columns: repeat(
    3,
    1fr
  ); /* Display 3 items in a row on desktop */
  grid-gap: 30px; /* Adjust the gap between items as needed */
}

/* *******************MAIL PAGE**************** */
.mail-page {
  padding: 10% 0 10% 0;
  background-color: rgb(157, 155, 155);
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  object-fit: fill;
  overflow: hidden;
}
.embed-responsive.embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: fill;
  border: none !important;
}

#video-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
  z-index: 10;
  display: none;
  z-index: 999999;
}

@media only screen and (min-width: 768px) {
  iframe.embed-responsive-item {
    width: 100% !important;
    min-height: 267px !important;
    object-fit: contain !important;
  }
}
@media only screen and (max-width: 768px) {
  iframe.embed-responsive-item {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }
  #scroll form {
    text-align: center;
    padding-left: auto;
  }
  #scroll form a {
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    padding: 0px 7px;
    font-family: "Oswald", sans-serif;
    color: #000000;
    font-weight: 400;
  }
  .footer_green {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 22px;
  }
  .footer_custom {
    background-color: #000000;
    padding: 30px 0;
    margin-bottom: 0% !important;
  }
  .service_txt {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(51, 51, 51);
  }
  .services_heading {
    font-family: "Source-sans-pro", sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 60px;
    color: rgb(0, 0, 0);
  }

  .card-section {
    grid-template-columns: 1fr; /* Display 1 item per row on mobile */
  }
  .main_logo {
    /* padding: 18px 0 11px 25px !important; */
    width: 250px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .main_logo1 {
    padding: 5px 0 0 25px !important;
    width: 200px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .mainIndexHeading {
    font-family: "Oswald", sans-serif;
    font-size: 70px;
    font-size: 500;
    line-height: 80px;
    color: rgb(255, 255, 255);
  }

  .mainIndexTxt {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-size: 700;
    line-height: 40.8px;
    color: rgb(255, 255, 255);
  }

  .index_fist_img {
    width: 65%;
  }

  .indexCustomBtn {
    border: 2px solid #f54f29;
    border-radius: 9px;
    background-color: #f54f29;
    color: white;
    font-size: 30px;
    font-weight: 700;
    width: 50% !important;
  }

  .btn-whatsapp-pulse {
    display: none !important;
  }

  .services_heading {
    font-family: "Source-sans-pro", sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 60px;
    color: rgb(0, 0, 0);
  }
}

@media only screen and (max-width: 480px) {
  .services_heading {
    font-family: "Source-sans-pro", sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
    color: rgb(0, 0, 0);
  }
  #scroll::after {
    content: "";

    width: 100%;
    padding: 0 0 0 20px;
  }
  .mainIndexHeading {
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    font-size: 500;
    line-height: 60px;
    color: rgb(255, 255, 255);
  }

  .mainIndexTxt {
    padding: 10px;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-size: 700;
    line-height: 30.8px;
    color: rgb(255, 255, 255);
  }

  .indexCustomBtn {
    border: 2px solid #f54f29;
    border-radius: 9px;
    background-color: #f54f29;
    color: white;
    font-size: 20px;
    font-weight: 700;
    width: 50% !important;
  }

  .services_heading {
    font-family: "Source-sans-pro", sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 60px;
    color: rgb(0, 0, 0);
  }
}
.row {
  --bs-gutter-x: 0 rem !important;
}
.android-menu a {
  font-size: 14px !important;
  width: 100% !important;
}
.sm-menu {
  padding: 0px 0px 10px 0px;
}
.sm-menu a {
  font-size: 14px !important;
  padding: 0 8px;
  font-family: "Oswald", sans-serif;
}
.sm-menu li {
  font-size: 14px !important;
  padding: 0 8px;
  font-family: "Oswald", sans-serif;
  list-style: none;
}
.app-gif img {
  width: 100% !important;
  height: 275px !important;
}
.modal-body {
  object-fit: contain !important;
}
.modal-xl {
  max-width: 920px !important;
}

/* Details */
.features-card {
}
.features-card:hover {
  cursor: pointer !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}
.bgColorGray200 {
  background-color: #f6f5f4 !important;
}
.grecaptcha-badge {
  position: fixed !important;
  bottom: 10px !important;
  right: 10px !important;
  transform: scale(0.8); /* Smaller size */
  opacity: 0.6; /* Slightly transparent */
}
